More doc fixes
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 4 Sep 2008 04:26:02 +0000 (04:26 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 4 Sep 2008 04:26:02 +0000 (04:26 +0000)
svn path=/trunk/; revision=21278

ChangeLog
gtk/gtkcolorseldialog.c

index fc13dae5294f9334554782cc59aadde9c6d1b0b3..c489dbe495bf96bfe64ca719624af12a32b52545 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
 2008-09-03  Matthias Clasen  <mclasen@redhat.com>
+       
+       * gtk/gtkcolorseldialog.c: More doc fixes
 
        * gtk/gtktestutils.c: Fix a typo in the docs.
 
index b89ebf2f876021625cf07426aa02f2fb6f332492..977cb1585efc482acbf4958160bc41269ffc6f2d 100644 (file)
@@ -189,7 +189,7 @@ gtk_color_selection_dialog_new (const gchar *title)
 
 /**
  * gtk_color_selection_dialog_get_color_selection:
- * @colorseldiag: a #GtkColorSelectionDialog
+ * @colorsel: a #GtkColorSelectionDialog
  *
  * Retrieves the #GtkColorSelection widget embedded in the dialog.
  *
@@ -198,11 +198,11 @@ gtk_color_selection_dialog_new (const gchar *title)
  * Since: 2.14
  **/
 GtkWidget*
-gtk_color_selection_dialog_get_color_selection (GtkColorSelectionDialog *colorseldiag)
+gtk_color_selection_dialog_get_color_selection (GtkColorSelectionDialog *colorsel)
 {
-  g_return_val_if_fail (GTK_IS_COLOR_SELECTION_DIALOG (colorseldiag), NULL);
+  g_return_val_if_fail (GTK_IS_COLOR_SELECTION_DIALOG (colorsel), NULL);
 
-  return colorseldiag->colorsel;
+  return colorsel->colorsel;
 }
 
 static void